This is a wrapper for a random number generator. The current implementation relies on the standard random number generator in C++ and all the caveats that apply to default random number generators should be noted. More...
#include <cstdlib>
#include <boost/random/linear_congruential.hpp>
#include <boost/random/uniform_int.hpp>
#include <boost/random/mersenne_twister.hpp>
#include <boost/random/uniform_real.hpp>
#include <boost/random/variate_generator.hpp>
#include <boost/generator_iterator.hpp>
Go to the source code of this file.
Classes | |
class | gridpack::random::Random |
Namespaces | |
namespace | gridpack |
namespace | gridpack::random |
Typedefs | |
typedef boost::mt19937 | base_generator_type |
This is a wrapper for a random number generator. The current implementation relies on the standard random number generator in C++ and all the caveats that apply to default random number generators should be noted.
typedef boost::mt19937 base_generator_type |